-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Props table #256
Props table #256
Conversation
- Move `slot` to Layout group - Move `excludeFromTabOrder` to a11y - Exclude `key` and `ref`
|
✅ Deploy Preview for wl-hopper ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…ps-table # Conflicts: # apps/docs/app/pages/landing/page.tsx # apps/docs/package.json # pnpm-lock.yaml
It seems that the single cote come from React Aria components, I'll see if there is a way to reformat them . |
this pull request focuses on the integration of a component's property table.
The choice to use
@tanstack/react-table
was made because React Aria Component wasn't displaying the data correctly. An investigation was carried out without finding a convincing solution, which is why I chose to use tanstack. What's more, it can easily be replaced by another solution in the future.The next steps will be navigation between the components (menu on the right) and integration of the table of content.
Page: https://deploy-preview-256--wl-hopper.netlify.app/components/button